DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1PagedDataCollection<T> Class / C1PagedDataCollection<T> Constructor
The source.

In This Topic
    C1PagedDataCollection<T> Constructor
    In This Topic
    Initializes a new instance of the C1PagedDataCollection<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As IEnumerable _
    )
    public C1PagedDataCollection<T>( 
       IEnumerable source
    )

    Parameters

    source
    The source.
    See Also